xl: correct calls to dolog() (aka LOG)
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 8 Sep 2010 15:35:40 +0000 (16:35 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 8 Sep 2010 15:35:40 +0000 (16:35 +0100)
commit0953a577a26adc935177c21115296a3637b3e0e4
tree74e80ab93a119e615d5cfda0d3e8179bf8c3fb30
parent77a0acea701ed303efd11ef43c64345a7e32ce77
xl: correct calls to dolog() (aka LOG)

dolog, for which LOG is a macro wrapper, was lacking the printf format
attribute.  Add it, and fix the two problems revealed.

(Original patch for one of the occurrences from Ian Campbell.)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c